-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [DHIS2-18746][DHIS2-18903] Show org. unit in edit event form #3949
feat: [DHIS2-18746][DHIS2-18903] Show org. unit in edit event form #3949
Conversation
…_ShowOrgUnitInEditEventFormTrackerProgram
🚀 Deployed on https://deploy-preview-3949.capture.netlify.dhis2.org |
...les/capture-core/components/WidgetEventEdit/ViewEventDataEntry/viewEventDataEntry.actions.js
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/events/mainConverters/mainEventClientToServerConverter.js
Outdated
Show resolved
Hide resolved
...dules/capture-core/components/WidgetEventEdit/EditEventDataEntry/editEventDataEntry.epics.js
Show resolved
Hide resolved
|
@simonadomnisoru: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested successfully on 2.42,2.41.4,2.40.8,2.39.10 versions
# [101.28.0](v101.27.4...v101.28.0) (2025-02-24) ### Features * [DHIS2-18746][DHIS2-18903] Show org. unit in edit event form ([#3949](#3949)) ([3d0e394](3d0e394))
🎉 This PR is included in version 101.28.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
DHIS2-18746 and DHIS2-18903:
id
,name
, andpath
) has been added to the Redux keys:enrollmentEvent-viewEvent
enrollmentEvent-editEvent
As a result, the
OrgUnitId
field added toenrollmentEvent-viewEvent
in DHIS2-16337 has been removed.